home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFDT / TFDT.txt
Encoding:
Text File  |  2004-12-18  |  2.1 KB  |  113 lines

  1. object fDT: TfDT
  2.   Left = 224
  3.   Top = 171
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Date / Time'
  7.   ClientHeight = 135
  8.   ClientWidth = 318
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -9
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Button1: TButton
  21.     Left = 8
  22.     Top = 108
  23.     Width = 97
  24.     Height = 21
  25.     Caption = 'Ok'
  26.     Default = True
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object Button2: TButton
  31.     Left = 216
  32.     Top = 108
  33.     Width = 95
  34.     Height = 21
  35.     Caption = 'Cancel'
  36.     TabOrder = 1
  37.     OnClick = Button2Click
  38.   end
  39.   object GroupBox1: TGroupBox
  40.     Left = 8
  41.     Top = 8
  42.     Width = 305
  43.     Height = 89
  44.     TabOrder = 2
  45.     object Label1: TLabel
  46.       Left = 16
  47.       Top = 26
  48.       Width = 28
  49.       Height = 12
  50.       Caption = 'Date:'
  51.     end
  52.     object Label2: TLabel
  53.       Left = 16
  54.       Top = 54
  55.       Width = 29
  56.       Height = 12
  57.       Caption = 'Time:'
  58.     end
  59.     object label3: TEdit
  60.       Left = 50
  61.       Top = 23
  62.       Width = 121
  63.       Height = 20
  64.       TabOrder = 0
  65.     end
  66.     object label4: TEdit
  67.       Left = 50
  68.       Top = 51
  69.       Width = 121
  70.       Height = 20
  71.       TabOrder = 1
  72.     end
  73.     object RadioButton1: TRadioButton
  74.       Left = 198
  75.       Top = 21
  76.       Width = 99
  77.       Height = 17
  78.       Caption = 'Date'
  79.       TabOrder = 2
  80.       OnClick = RadioButton1Click
  81.     end
  82.     object RadioButton2: TRadioButton
  83.       Left = 198
  84.       Top = 38
  85.       Width = 99
  86.       Height = 18
  87.       Caption = 'Time'
  88.       TabOrder = 3
  89.       OnClick = RadioButton2Click
  90.     end
  91.     object RadioButton3: TRadioButton
  92.       Left = 198
  93.       Top = 56
  94.       Width = 99
  95.       Height = 17
  96.       Caption = 'Date and Time'
  97.       Checked = True
  98.       TabOrder = 4
  99.       TabStop = True
  100.       OnClick = RadioButton3Click
  101.     end
  102.   end
  103.   object ActionList1: TActionList
  104.     Left = 234
  105.     Top = 89
  106.     object CloseWindow: TAction
  107.       Caption = 'CloseWindow'
  108.       ShortCut = 27
  109.       OnExecute = CloseWindowExecute
  110.     end
  111.   end
  112. end
  113.